'Declaration Public Function TryGetValue( _
ByVal nameThe name whose value to get.As System.String, _
ByRef valueWhen this method returns, the value associated with the specified name, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.As T _
) As Boolean
Parameters
- name
- The name whose value to get.
- value
- When this method returns, the value associated with the specified name, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
Return Value
True if the object contains an element with the specified name; otherwise, false.